iPhone - making the crash information more specific
- by Digital Robot
I have an app that is crashing at some point. Even with NSZombieEnabled turned on, the only thing I see is this message on the console:
: * -[CFRunLoopTimer release]: message sent to deallocated instance 0x4cb34e0
but as the app is crashed, there's no way to know what object is this and the thread overview is not helping that much.
#0 …